github.com/gotd/td/telegram.Client.session (field)
10 uses
github.com/gotd/td/telegram (current package)
client.go#L85: session *pool.SyncSession
client.go#L147: session: pool.NewSyncSession(pool.Session{
conn_builder.go#L79: opts, s := c.session.Options(c.opts)
migrate_to_dc.go#L44: s := c.session.Load()
migrate_to_dc.go#L60: c.session.Migrate(dcID)
pool.go#L45: s := c.session.Load()
session.go#L31: prev := c.session.Load()
session.go#L52: c.session.Store(pool.Session{
session.go#L104: primaryDC := c.session.Load().DC
session.go#L111: c.session.Store(pool.Session{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |